home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Rkrm / README
Text File  |  1997-10-25  |  2KB  |  42 lines

  1. Short: E versions of RKRM examples (Part One and Two)
  2. Author: m88jrh@ecs.ox.ac.uk (Jason R. Hulance)
  3.  
  4. JRH's RKRM Examples (Part One and Two)
  5. ======================================
  6.  
  7. This archive contains translations of all the examples from the following
  8. chapters of the RKRM (Libraries):  ASL, Commodities, Exec, GadTools,
  9. Intuition, Preferences, Workbench, Expansion, Graphics (all the corresponding
  10. chapters), IFFParse, Keymap, Math (minus the FFP examples) and Utility.  Also
  11. included are translations of all the Resource, Clipboard and Console examples
  12. from the RKRM (Devices).
  13.  
  14. The examples retain most of the original comments, with comments specific to
  15. these E versions beginning "-> E-Note:".  A lot of effort has been put into
  16. showing how to effectively use E features such as exceptions and lists.
  17. A number of bugs in the original examples have also been eliminated.
  18.  
  19. If you are new to E you should pay special attention to the effect of using
  20. exceptions: error handling is and clean-up is neatly separated from the main
  21. code, and the code is generally much less indented.  You should also notice
  22. the special care taken to initialise variables appropriately so that
  23. clean-up is made much more simple in the handlers.
  24.  
  25. If you wish to recompile the sources (I expect you might...), you will need
  26. my Typed Modules (V40), my AmigaLib modules and my Useful modules.  These
  27. archives should all be available where you found this archive (Aminet? In
  28. 'dev/e'?). [note: these are all included in the 'Modules' directory of
  29. this distribution -wouter]
  30.  
  31. These executables, E sources and E modules are all Copyright (C) 1995,
  32. Jason R. Hulance.
  33. The original RKRM examples are Copyright (C) 1992, Commodore-Amiga Inc.
  34.  
  35. You are free to use the files in this archive to help create your own
  36. programs (whether they are freeware or commercial), but if you wish to
  37. distribute any part of this archive you must include it all, unmodified,
  38. and with this file.
  39.  
  40. (Hopefully, there will be a Part Three which will contain the remainder of the
  41. RKRM examples.)
  42.